'宣言 Public Function BindingName( _ ByVal ParamArray value() As System.String _ ) As TreeMapBuilder(Of T)
public TreeMapBuilder<T> BindingName( params System.string[] value )
パラメータ
- value
- The value.
戻り値の型
Current builder.
'宣言 Public Function BindingName( _ ByVal ParamArray value() As System.String _ ) As TreeMapBuilder(Of T)
public TreeMapBuilder<T> BindingName( params System.string[] value )